home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / jp4dpmi.zip / README < prev    next >
Text File  |  1993-01-04  |  6KB  |  120 lines

  1. The Independent JPEG Group's JPEG software
  2. ==========================================
  3.  
  4. This distribution contains MS-DOS executable copies of version 3 of the
  5. Independent JPEG Group's free JPEG software.  You are welcome to redistribute
  6. this software and to use it for any purpose, subject to the conditions under
  7. LEGAL ISSUES, below.
  8.  
  9. This version of the software runs ONLY on MS-DOS machines with 386 or 486
  10. CPUs.  It is compiled to use 386 32-bit instructions, and it usually runs as
  11. much as twice as fast as the regular 16-bit DOS version.  A minimum of 1.5 MB
  12. of extended memory is recommended; if you have too little extended memory,
  13. excessive swapping will occur, and then this version may be no faster than the
  14. regular version.
  15.  
  16. For usage instructions, see the file USAGE.
  17.  
  18. Please report any problems with this software to jpeg-info@uunet.uu.net.
  19.  
  20.  
  21. ABOUT JPEG FILE FORMATS
  22. =======================
  23.  
  24. CAUTION: Handmade Software's shareware PC program GIF2JPG produces files that
  25. are totally incompatible with our programs (and everyone else's too).  They
  26. use a proprietary format that is an amalgam of GIF and JPEG representations.
  27. However, you can force GIF2JPG to produce compatible files with its -j switch,
  28. and their decompression program JPG2GIF can read our files (at least ones
  29. produced with our default option settings).
  30.  
  31. The file format we have adopted is called JFIF.  This format has been agreed
  32. to by a number of major commercial JPEG vendors, and we expect that it will
  33. become the de facto standard.  JFIF is a minimal representation; work is also
  34. going forward to incorporate JPEG compression into the TIFF standard, for use
  35. in "high end" applications that need to record a lot of additional data about
  36. an image.  We intend to support JPEG-in-TIFF in the future.  We hope that
  37. these two formats will be sufficient and that other, incompatible JPEG file
  38. formats will not proliferate.
  39.  
  40. Indeed, part of the reason for developing and releasing this free software is
  41. to help force rapid convergence to de facto standards for JPEG file formats.
  42. SUPPORT STANDARD, NON-PROPRIETARY FORMATS: demand JFIF or JPEG-in-TIFF!
  43.  
  44.  
  45. LEGAL ISSUES
  46. ============
  47.  
  48. The authors make NO WARRANTY or representation, either express or implied,
  49. with respect to this software, its quality, accuracy, merchantability, or
  50. fitness for a particular purpose.  This software is provided "AS IS", and you,
  51. its user, assume the entire risk as to its quality and accuracy.
  52.  
  53. This software is copyright (C) 1991, 1992, Thomas G. Lane.
  54. All Rights Reserved except as specified below.
  55.  
  56. Permission is hereby granted to use, copy, modify, and distribute this
  57. software (or portions thereof) for any purpose, without fee, subject to these
  58. conditions:
  59. (1) If any part of the source code for this software is distributed, then this
  60. README file must be included, with this copyright and no-warranty notice
  61. unaltered; and any additions, deletions, or changes to the original files
  62. must be clearly indicated in accompanying documentation.
  63. (2) If only executable code is distributed, then the accompanying
  64. documentation must state that "this software is based in part on the work of
  65. the Independent JPEG Group".
  66. (3) Permission for use of this software is granted only if the user accepts
  67. full responsibility for any undesirable consequences; the authors accept
  68. NO LIABILITY for damages of any kind.
  69.  
  70. Permission is NOT granted for the use of any author's name or author's company
  71. name in advertising or publicity relating to this software or products derived
  72. from it.  This software may be referred to only as "the Independent JPEG
  73. Group's software".
  74.  
  75. We specifically permit and encourage the use of this software as the basis of
  76. commercial products, provided that all warranty or liability claims are
  77. assumed by the product vendor.
  78.  
  79.  
  80. We are required to state that
  81.     "The Graphics Interchange Format(c) is the Copyright property of
  82.     CompuServe Incorporated.  GIF(sm) is a Service Mark property of
  83.     CompuServe Incorporated."
  84.  
  85.  
  86. SOURCE CODE
  87. ===========
  88.  
  89. The source code from which this software was generated is freely available.
  90. The "official" archive site for the source code is ftp.uu.net (Internet
  91. address 137.39.1.9 or 192.48.96.9).  The most recent released version can
  92. always be found there in directory graphics/jpeg.  This particular version is
  93. jpegsrc.v3.tar.Z.  If you are on the Internet, you can retrieve files from
  94. UUNET by anonymous FTP.  If you don't have FTP access, UUNET's archives are
  95. also available via UUCP; contact postmaster@uunet.uu.net for information on
  96. retrieving files that way.
  97.  
  98. You can also obtain the source code from CompuServe, in the GRAPHSUPPORT forum
  99. (GO PICS), library 10; this version is in file jpsrc3.zip.
  100.  
  101. You are welcome to use the source code in other JPEG-related programs.
  102. The conditions for doing so may be found in LEGAL ISSUES, above.
  103.  
  104. The executables in this package were compiled directly from the distributed
  105. sources, using Intel's 386/486 C Code Builder (TM) 32-bit compiler.  (Thanks
  106. to Bryan Dawson of Intel for preparing these files.)  The user interface
  107. files, jcmain.c and jdmain.c, have been modified to provide more DOS-friendly
  108. behavior.  The DOS versions are included in this package, in case you'd like
  109. to modify them further.  (You'll need to get the remaining 900K of source code
  110. before you can do much, though.)
  111.  
  112. Note (386 and 486SX users):
  113.  
  114. If you do not have a math coprocessor and you wish to run these progams
  115. under windows, you will need to copy the included driver vemd.386 to
  116. your windows directory and add the following line to the [386enh] portion
  117. of your windows system.ini file:
  118.  
  119. DEVICE=VEMD.386
  120.